PATH  Mac OS 8 and 9 Developer Documentation > Human Interface Toolbox > Icon Services and Utilities
>
Obtaining and Using Icons With Icon Services

   

Folder Icon Constants

Icon Services defines constants for a number of standard folder icons. You can pass one of these constants in the iconType parameter of the function GetIconRef, for example.

enum {
    kGenericFolderIcon= FOUR_CHAR_CODE('fldr'),
    kDropFolderIcon= FOUR_CHAR_CODE('dbox'),
    kMountedFolderIcon= FOUR_CHAR_CODE('mntd'),
    kOpenFolderIcon= FOUR_CHAR_CODE('ofld'),
    kOwnedFolderIcon= FOUR_CHAR_CODE('ownd'),
    kPrivateFolderIcon= FOUR_CHAR_CODE('prvf'),
    kSharedFolderIcon= FOUR_CHAR_CODE('shfl')
};


© 1999 Apple Computer, Inc. – (Last Updated 03 Dec 99)